This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
As I said before, this is a simple lookup when they click the button or enter (the enter calls a click of the button).
Here's my OnKeyPress and OnKeyUp for my one text field:
if (window.event.keyCode == "13") {document.getElementById('Find').click(); return event.keyCode};
I also have that same code in my OnSubmit and the process works in all browsers except for Firefox. There when they Enter, they get Form Processed and when they click the button, nothing happens. I would like the process to work the same no matter which browser is used, but I'm having difficulty implementing a fix for Mozilla (Firefox).
Any suggestions would be great!
Feedback response number WEBBA9PLAT created by ~Samuel Opnisterakol on 05/06/2016